home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9088 < prev    next >
Encoding:
Text File  |  1996-08-05  |  907 b   |  33 lines

  1. Newsgroups: comp.os.msdos.programmer,comp.lang.c
  2. Path: cwi.nl!dik
  3. From: dik@cwi.nl (Dik T. Winter)
  4. Subject: Re: What does this do?
  5. Message-ID: <DnxE4z.Hnq@cwi.nl>
  6. Sender: news@cwi.nl (The Daily Dross)
  7. Nntp-Posting-Host: chrysant.cwi.nl
  8. Organization: CWI, Amsterdam
  9. References: <4hg4hv$iqb@hubcap.clemson.edu>
  10. Date: Fri, 8 Mar 1996 01:43:47 GMT
  11.  
  12. In article <4hg4hv$iqb@hubcap.clemson.edu> ckirsch@eng.clemson.edu writes:
  13.  > void foo(int bar, float *baz)
  14.  > {
  15.  >   int x,y;
  16.  >   (void) x;
  17.  >   (void) y;
  18. ...
  19.  > The compiler (Watcom 10.5) doesn't like it, but lets it pass.
  20.  
  21. I would not like it either.
  22.  
  23.  > What exactly is this doing?
  24.  
  25. Nothing.
  26.  
  27.  > And, more importantly, what is the author trying to acheive?
  28.  
  29. Creating lines of code out of thin air.
  30. -- 
  31. dik t. winter, cwi, kruislaan 413, 1098 sj  amsterdam, nederland, +31205924098
  32. home: bovenover 215, 1025 jn  amsterdam, nederland; http://www.cwi.nl/~dik/
  33.